home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / programming / other / hexy / src / hexy_guicontrol.h < prev    next >
Text File  |  1999-09-06  |  2KB  |  77 lines

  1.  
  2. /*
  3.  * [!BGN - MACHINE GENERATED - DO NOT EDIT THIS HEADER]
  4.  *
  5.  * Program   : Hexy (Binary file viewer/editor for the Amiga.)
  6.  * Version   : 1.6
  7.  * File      : Work:Source/!WIP/HisoftProjects/Hexy/Hexy_guicontrol.h
  8.  * Author    : Andrew Bell
  9.  * Copyright : Copyright © 1998-1999 Andrew Bell (See GNU GPL)
  10.  * Created   : Saturday 28-Feb-98 16:00:00
  11.  * Modified  : Sunday 22-Aug-99 23:31:45
  12.  * Comment   : 
  13.  *
  14.  * (Generated with StampSource 1.2 by Andrew Bell)
  15.  *
  16.  * [!END - MACHINE GENERATED - DO NOT EDIT THIS HEADER]
  17.  *
  18.  */
  19.  
  20. /* File created on: Tue/3/Nov/1998 */
  21.  
  22. /*
  23.  *  Hexy, binary file viewer and editor for the Amiga.
  24.  *  Copyright (C) 1999 Andrew Bell
  25.  *
  26.  *  Author's email address: andrew.ab2000@bigfoot.com
  27.  *
  28.  *  This program is free software; you can redistribute it and/or modify
  29.  *  it under the terms of the GNU General Public License as published by
  30.  *  the Free Software Foundation; either version 2 of the License, or
  31.  *  (at your option) any later version.
  32.  *
  33.  *  This program is distributed in the hope that it will be useful,
  34.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  35.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  36.  *  GNU General Public License for more details.
  37.  *
  38.  *  You should have received a copy of the GNU General Public License
  39.  *  along with this program; if not, write to the Free Software
  40.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  41.  *
  42.  */
  43.  
  44.  
  45. #define GD_GVDRAGBAR        0 /* main window */
  46. #define GD_GNEXTL         1
  47. #define GD_GPREVL         2
  48. #define GD_GNEXTP         3
  49. #define GD_GPREVP         4
  50. #define GD_GSEARCH          5
  51. #define GD_GQUIT          6
  52. #define GD_GMODE          7
  53. #define GD_GSTATUS          8
  54. #define GD_GEDIT          9
  55.  
  56. #define GD_JGSTRING         0 /* jump window */
  57. #define GD_JGDONE         1
  58.  
  59. #define GD_FGFINDNEXT       0 /* find window */
  60. #define GD_FGDONE         1
  61. #define GD_FGSTRING         2
  62. #define GD_FGIGNORECASE       3
  63. #define GD_FGBINSEARCH        4
  64. #define GD_FGFINDPREV       5
  65. #define GD_FGBINRESULT        6
  66.  
  67. #define GD_HLLV           0 /* hunklist window */
  68. #define GD_HLDONE         1
  69. #define GD_HLGOTO         2
  70.  
  71. /* Soon to be obsolete */
  72.  
  73. #define MAIN_CNT 10
  74. #define JUMP_CNT 2
  75. #define FIND_CNT 7
  76. #define HUNKLIST_CNT 3
  77.